home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMTEX / SOURCES1 / !TeX / texmf / source / armTeX / TeX / convert < prev    next >
Encoding:
Text File  |  1998-03-12  |  345 b   |  16 lines

  1. |
  2. | Converts TeX from pascal to C
  3. | One arg must be given, giving the lib directory
  4. echo Concatenating...
  5. fcat %0.common_def %0.texmf_def %0.riscos_def tex.p >temp
  6. echo web2c...
  7. web2c -t -hh.texmf <temp >temp2
  8. echo fixwrites...
  9. fixwrites -t <temp2 >temp
  10. echo regfix...
  11. regfix <temp >temp2
  12. echo splitup...
  13. splitup <temp2
  14. remove temp2
  15. remove temp
  16.